3.1509 \(\int x^3 \sqrt {1+x^8} \, dx\)

Optimal. Leaf size=25 \[ \frac {1}{8} \sinh ^{-1}\left (x^4\right )+\frac {1}{8} \sqrt {x^8+1} x^4 \]

[Out]

1/8*arcsinh(x^4)+1/8*x^4*(x^8+1)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.231, Rules used = {275, 195, 215} \[ \frac {1}{8} \sqrt {x^8+1} x^4+\frac {1}{8} \sinh ^{-1}\left (x^4\right ) \]

Antiderivative was successfully verified.

[In]

Int[x^3*Sqrt[1 + x^8],x]

[Out]

(x^4*Sqrt[1 + x^8])/8 + ArcSinh[x^4]/8

Rule 195

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^p)/(n*p + 1), x] + Dist[(a*n*p)/(n*p + 1),
 Int[(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && GtQ[p, 0] && (IntegerQ[2*p] || (EqQ[n, 2
] && IntegerQ[4*p]) || (EqQ[n, 2] && IntegerQ[3*p]) || LtQ[Denominator[p + 1/n], Denominator[p]])

Rule 215

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSinh[(Rt[b, 2]*x)/Sqrt[a]]/Rt[b, 2], x] /; FreeQ[{a, b},
 x] && GtQ[a, 0] && PosQ[b]

Rule 275

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = GCD[m + 1, n]}, Dist[1/k, Subst[Int[x^((m
 + 1)/k - 1)*(a + b*x^(n/k))^p, x], x, x^k], x] /; k != 1] /; FreeQ[{a, b, p}, x] && IGtQ[n, 0] && IntegerQ[m]

Rubi steps

\begin {align*} \int x^3 \sqrt {1+x^8} \, dx &=\frac {1}{4} \operatorname {Subst}\left (\int \sqrt {1+x^2} \, dx,x,x^4\right )\\ &=\frac {1}{8} x^4 \sqrt {1+x^8}+\frac {1}{8} \operatorname {Subst}\left (\int \frac {1}{\sqrt {1+x^2}} \, dx,x,x^4\right )\\ &=\frac {1}{8} x^4 \sqrt {1+x^8}+\frac {1}{8} \sinh ^{-1}\left (x^4\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 22, normalized size = 0.88 \[ \frac {1}{8} \left (\sinh ^{-1}\left (x^4\right )+\sqrt {x^8+1} x^4\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x^3*Sqrt[1 + x^8],x]

[Out]

(x^4*Sqrt[1 + x^8] + ArcSinh[x^4])/8

________________________________________________________________________________________

fricas [A]  time = 0.85, size = 29, normalized size = 1.16 \[ \frac {1}{8} \, \sqrt {x^{8} + 1} x^{4} - \frac {1}{8} \, \log \left (-x^{4} + \sqrt {x^{8} + 1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(x^8+1)^(1/2),x, algorithm="fricas")

[Out]

1/8*sqrt(x^8 + 1)*x^4 - 1/8*log(-x^4 + sqrt(x^8 + 1))

________________________________________________________________________________________

giac [A]  time = 0.16, size = 29, normalized size = 1.16 \[ \frac {1}{8} \, \sqrt {x^{8} + 1} x^{4} - \frac {1}{8} \, \log \left (-x^{4} + \sqrt {x^{8} + 1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(x^8+1)^(1/2),x, algorithm="giac")

[Out]

1/8*sqrt(x^8 + 1)*x^4 - 1/8*log(-x^4 + sqrt(x^8 + 1))

________________________________________________________________________________________

maple [A]  time = 0.15, size = 20, normalized size = 0.80 \[ \frac {\sqrt {x^{8}+1}\, x^{4}}{8}+\frac {\arcsinh \left (x^{4}\right )}{8} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(x^8+1)^(1/2),x)

[Out]

1/8*arcsinh(x^4)+1/8*x^4*(x^8+1)^(1/2)

________________________________________________________________________________________

maxima [B]  time = 1.10, size = 58, normalized size = 2.32 \[ \frac {\sqrt {x^{8} + 1}}{8 \, x^{4} {\left (\frac {x^{8} + 1}{x^{8}} - 1\right )}} + \frac {1}{16} \, \log \left (\frac {\sqrt {x^{8} + 1}}{x^{4}} + 1\right ) - \frac {1}{16} \, \log \left (\frac {\sqrt {x^{8} + 1}}{x^{4}} - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(x^8+1)^(1/2),x, algorithm="maxima")

[Out]

1/8*sqrt(x^8 + 1)/(x^4*((x^8 + 1)/x^8 - 1)) + 1/16*log(sqrt(x^8 + 1)/x^4 + 1) - 1/16*log(sqrt(x^8 + 1)/x^4 - 1
)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int x^3\,\sqrt {x^8+1} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(x^8 + 1)^(1/2),x)

[Out]

int(x^3*(x^8 + 1)^(1/2), x)

________________________________________________________________________________________

sympy [A]  time = 1.57, size = 19, normalized size = 0.76 \[ \frac {x^{4} \sqrt {x^{8} + 1}}{8} + \frac {\operatorname {asinh}{\left (x^{4} \right )}}{8} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3*(x**8+1)**(1/2),x)

[Out]

x**4*sqrt(x**8 + 1)/8 + asinh(x**4)/8

________________________________________________________________________________________